home *** CD-ROM | disk | FTP | other *** search
/ Exploring Where & Why / Exploring Where & Why.iso / pc / MODULES / LESSON08 / ACT08B / L08B2.DIR / scripts_4.ls < prev    next >
Encoding:
Text File  |  2004-07-11  |  144 b   |  8 lines

  1. on exitFrame
  2.   global gContinent, gameObj
  3.   if not done(gameObj) then
  4.     sprite(33).visibility = 0
  5.     go(marker(gContinent) + 3)
  6.   end if
  7. end
  8.